home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / CIncludes / SoundInput.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-12  |  659 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        SoundInput.h
  3.  
  4.      Contains:    Sound Input Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0.1
  8.  
  9.      Copyright:    © 1990-1993, 1995-1997 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18. #ifndef __SOUNDINPUT__
  19. #define __SOUNDINPUT__
  20.  
  21. /* obsolete file, all sound interfaces have been moved to Sound.[hpar]*/
  22. #ifndef __SOUND__
  23. #include <Sound.h>
  24. #endif
  25.  
  26.  
  27.  
  28.  
  29. #endif /* __SOUNDINPUT__ */
  30.  
  31.